Array
(
    [description] => SELECT s.page_id, s.parent_id,s.page_title_ua as page_title, u.point_url,u.point_type,
                     u.point_page,u.point_php_code,u.point_package,u.point_template,s.active_ua
                     FROM cms_structure as s, cms_entry_points as u
                     WHERE s.active_ua = 1
                       AND u.page_id = s.page_id
                       AND u.active = 1
                       AND ((REPLACE(u.point_url, '%s/', 'ua/') = 'js/'%20+%20settings.imageLoading%20+%20'/')
                           OR   (REPLACE(u.point_url, '%s/', 'ua/') = '/js/'%20+%20settings.imageLoading%20+%20'/')
                     )  LIMIT 0, 1 
    [time] => 0.00012397766113281
    [error] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%20settings.imageLoading%20+%20'/')
                           O
)